summaryrefslogtreecommitdiff
path: root/src/pages/shop/product/[slug].jsx
blob: 73e8987c262ad73ce7dc3f10cc915542532cd401 (plain)
1
2
3
4
5
6
import ProductDetailPage, {
  getServerSideProps,
} from '~/pages/shop/product/[slug]';

export { getServerSideProps };
export default ProductDetailPage;